Papers with value prompting
Beyond Read-Only: Crafting a Comprehensive Chinese Text-to-SQL Dataset for Database Manipulation and Query (2024.findings-naacl)
Copied to clipboard
| Challenge: | Current research focuses mainly on read operations and ignores other aspects of database operations such as create, update, and delete operations. |
| Approach: | They propose a large-scale cross-domain single-table CRUD operations Chinese Text-to-SQL dataset . the dataset contains 10,000 question/SQl pairs involving 625 tables from different domains . |
| Outcome: | The proposed method achieves 67.08% and 83.8% exact set matching accuracy under read and delete operations, but only 49.6% and 61.8% under create and update operations. |